Conditions | 1 |
Paths | 1 |
Total Lines | 10 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | var chai = require('chai'); |
||
14 | .then(function () { |
||
15 | Manager.instance._whereKeys = ['title', 'priority', 'abe_meta', 'articles'] |
||
16 | Manager.instance.updateList() |
||
17 | |||
18 | this.fixture = { |
||
19 | jsonDraft: fse.readJsonSync(__dirname + '/fixtures/data/article-1-abe-d20160919T125255138Z.json') |
||
|
|||
20 | } |
||
21 | done() |
||
22 | |||
23 | }.bind(this)) |
||
24 | }); |
||
47 |